Name | Description | |
---|---|---|
IndexOf | Gets the index at which an item appears for the first time, starting from the specified index. Returns -1 if the item does not appear in the set. | |
LastIndexOf | Overloaded. Gets the index at which the item appears in the set for the last time. Returns -1 if the item does not appear in the set. |